{resourceNamespace} (preview:2018-08-31)

2025/09/19 • 13 new, 13 deleted methods

Monitors_ListByResource (new)
Description Get list of a monitors of a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$filter: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Monitors_Get (new)
Description Get details of a single monitor.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
monitorId: string ,
api-version: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Monitors_Update (new)
Description Update a Monitor's configuration.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
monitorId: string ,
api-version: string ,
body:
{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}
,
}

⚐ Response (200)

{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Components_ListByResource (new)
Description Get list of components for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeGroupCategory: string ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
vmId: string ,
vmName: string ,
vmTags: object ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Components_Get (new)
Description Get details of a component.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components/{componentId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
componentId: string ,
api-version: string ,
$select: string ,
$expand: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeGroupCategory: string ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
vmId: string ,
vmName: string ,
vmTags: object ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
MonitorInstances_ListByResource (new)
Description Get list of monitor instances for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentId: string ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
monitorId: string ,
monitorName: string ,
monitorType: enum ,
monitorCategory: enum ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChanges:
[
{
healthState: enum ,
healthStateChangeTime: string ,
}
,
]
,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
alertGeneration: enum ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
MonitorInstances_Get (new)
Description Get details of a monitorInstance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances/{monitorInstanceId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
monitorInstanceId: string ,
api-version: string ,
$select: string ,
$expand: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentId: string ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
monitorId: string ,
monitorName: string ,
monitorType: enum ,
monitorCategory: enum ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChanges:
[
{
healthState: enum ,
healthStateChangeTime: string ,
}
,
]
,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
alertGeneration: enum ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
NotificationSettings_ListByResource (new)
Description Get list of notification settings for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
NotificationSettings_Get (new)
Description Get a of notification setting for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings/{notificationSettingName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
notificationSettingName: string ,
api-version: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
NotificationSettings_Update (new)
Description Update notification settings for a resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings/{notificationSettingName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
notificationSettingName: string ,
api-version: string ,
body:
{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
ComponentsSummary_List (new)
Description Get subscription wide details of components.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/componentsSummary
{
subscriptionId: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeGroupCategory: string ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
vmId: string ,
vmName: string ,
vmTags: object ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
MonitorInstancesSummary_List (new)
Description Get subscription wide health instances.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/monitorInstancesSummary
{
subscriptionId: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentId: string ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
monitorId: string ,
monitorName: string ,
monitorType: enum ,
monitorCategory: enum ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChanges:
[
{
healthState: enum ,
healthStateChangeTime: string ,
}
,
]
,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
alertGeneration: enum ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Operations_List (new)
Description Gets the details of all operations possible on the resource provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.WorkloadMonitor/operations
{
api-version: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
name: string ,
origin: string ,
}
,
]
,
}
Monitors_ListByResource (removed)
Description Get list of a monitors of a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$filter: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Monitors_Get (removed)
Description Get details of a single monitor.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
monitorId: string ,
api-version: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Monitors_Update (removed)
Description Update a Monitor's configuration.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
monitorId: string ,
api-version: string ,
body:
{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}
,
}

⚐ Response (200)

{
etag: string ,
properties:
{
description: string ,
monitorId: string ,
monitorName: string ,
monitorDisplayName: string ,
parentMonitorName: string ,
parentMonitorDisplayName: string ,
monitorType: enum ,
monitorCategory: enum ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeDisplayName: string ,
monitorState: enum ,
criteria:
[
{
healthState: enum ,
threshold: number ,
comparisonOperator: enum ,
}
,
]
,
alertGeneration: enum ,
frequency: integer ,
lookbackDuration: integer ,
documentationURL: string ,
signalName: string ,
signalType: string ,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Components_ListByResource (removed)
Description Get list of components for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeGroupCategory: string ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
vmId: string ,
vmName: string ,
vmTags: object ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Components_Get (removed)
Description Get details of a component.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/components/{componentId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
componentId: string ,
api-version: string ,
$select: string ,
$expand: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeGroupCategory: string ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
vmId: string ,
vmName: string ,
vmTags: object ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
MonitorInstances_ListByResource (removed)
Description Get list of monitor instances for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentId: string ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
monitorId: string ,
monitorName: string ,
monitorType: enum ,
monitorCategory: enum ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChanges:
[
{
healthState: enum ,
healthStateChangeTime: string ,
}
,
]
,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
alertGeneration: enum ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
MonitorInstances_Get (removed)
Description Get details of a monitorInstance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitorInstances/{monitorInstanceId}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
monitorInstanceId: string ,
api-version: string ,
$select: string ,
$expand: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentId: string ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
monitorId: string ,
monitorName: string ,
monitorType: enum ,
monitorCategory: enum ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChanges:
[
{
healthState: enum ,
healthStateChangeTime: string ,
}
,
]
,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
alertGeneration: enum ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
NotificationSettings_ListByResource (removed)
Description Get list of notification settings for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
api-version: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
value:
[
{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
NotificationSettings_Get (removed)
Description Get a of notification setting for a resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings/{notificationSettingName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
notificationSettingName: string ,
api-version: string ,
}

⚐ Response (200)

{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
NotificationSettings_Update (removed)
Description Update notification settings for a resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.WorkloadMonitor/notificationSettings/{notificationSettingName}
{
subscriptionId: string ,
resourceGroupName: string ,
resourceNamespace: string ,
resourceType: string ,
resourceName: string ,
notificationSettingName: string ,
api-version: string ,
body:
{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
etag: string ,
properties:
{
actionGroupResourceIds:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
ComponentsSummary_List (removed)
Description Get subscription wide details of components.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/componentsSummary
{
subscriptionId: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
componentTypeGroupCategory: string ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
vmId: string ,
vmName: string ,
vmTags: object ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
MonitorInstancesSummary_List (removed)
Description Get subscription wide health instances.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.WorkloadMonitor/monitorInstancesSummary
{
subscriptionId: string ,
api-version: string ,
$select: string ,
$filter: string ,
$apply: string ,
$orderby: string ,
$expand: string ,
$top: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
etag: string ,
properties:
{
workspaceId: string ,
solutionId: string ,
workloadType: enum ,
componentId: string ,
componentName: string ,
componentTypeId: string ,
componentTypeName: string ,
monitorId: string ,
monitorName: string ,
monitorType: enum ,
monitorCategory: enum ,
healthState: enum ,
healthStateCategory: enum ,
healthStateChanges:
[
{
healthState: enum ,
healthStateChangeTime: string ,
}
,
]
,
healthStateChangesStartTime: string ,
healthStateChangesEndTime: string ,
lastHealthStateChangeTime: string ,
alertGeneration: enum ,
aggregateProperties: object ,
children:
[
string ,
]
,
}
,
}
,
]
,
}

⚐ Response (default)

{
code: string ,
message: string ,
details:
[
{
code: string ,
message: string ,
target: string ,
}
,
]
,
}
Operations_List (removed)
Description Gets the details of all operations possible on the resource provider.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.WorkloadMonitor/operations
{
api-version: string ,
$skiptoken: string ,
}

⚐ Response (200)

{
nextLink: string ,
value:
[
{
display:
{
description: string ,
operation: string ,
provider: string ,
resource: string ,
}
,
name: string ,
origin: string ,
}
,
]
,
}